foldedIconPath
Type
property
Summary
SVG path data to use for folded array elements.
Syntax
set the foldedIconPath of <widget> to <pSVGPath>
get the foldedIconPath of <widget>
Description
Use the foldedIconPath property to set the icon used for a folded array element to any SVG path.
See https://www.w3.org/TR/SVG/paths.html#PathData for the SVG path data specification.
Parameters
Name | Type | Description |
---|---|---|
pSVGPath | A string containing valid SVG path syntax. |
Examples
-- Use a filled triangle
set the foldedIconPath of widget "Tree View" to "M150 0 L75 200 L225 200 Z"